home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- if the result = 1 then
- set vListLength to count(gDefaultLinearList)
- set vListPosition to checkPosition(the text of member "Checking Linear GetAProp Input Field 2", vListLength)
- if vListPosition <> EMPTY then
- set vListValue to getAt(gDefaultLinearList, vListPosition)
- if stringp(vListValue) then
- set the text of member "Checking Linear GetAProp Display Field 3" to QUOTE & string(vListValue) & QUOTE
- else
- set the text of member "Checking Linear GetAProp Display Field 3" to string(vListValue)
- end if
- end if
- end if
- end
-